-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[DNM] Rebranch testing #81190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rebranch
Are you sure you want to change the base?
[DNM] Rebranch testing #81190
Conversation
4abe8f5
to
4a3340e
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you
@aschwaighofer do we actually care about checking for |
4a3340e
to
9915205
Compare
@@ -24,7 +24,7 @@ func foo(_ x: inout Int64) { | |||
// IRCHECK-NEXT: call void @llvm.memset.{{.*}}(ptr align {{(4|8)}} %[[X]], i8 0 | |||
// IRCHECK: store ptr %0, ptr %[[X]], align {{(4|8)}} | |||
// IRCHECK-SAME: !dbg ![[LOC0:.*]] | |||
// IRCHECK-NEXT: %[[VALUE:.*]] = getelementptr inbounds %Ts5Int64V, ptr %0, i32 0, i32 0, | |||
// IRCHECK-NEXT: %[[VALUE:.*]] = getelementptr inbounds nuw %Ts5Int64V, ptr %0, i32 0, i32 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
f36c739
to
5e79ea5
Compare
a008ec9
to
20d38f9
Compare
@swift-ci please build toolchain Ubuntu 24.04 |
@swift-ci please smoke test macOS |
@swift-ci please test Windows |
20d38f9
to
ea228a6
Compare
@swift-ci please test Windows |
@compnerd Any ideas on how to address this?
class CLANG_ABI SwiftPrivateAttr : public InheritableAttr {
public:
// Factory methods
static SwiftPrivateAttr *CreateImplicit(ASTContext &Ctx, const AttributeCommonInfo &CommonInfo);
static SwiftPrivateAttr *Create(ASTContext &Ctx, const AttributeCommonInfo &CommonInfo);
static SwiftPrivateAttr *CreateImplicit(ASTContext &Ctx, SourceRange Range = {});
static SwiftPrivateAttr *Create(ASTContext &Ctx, SourceRange Range = {});
// Constructors
SwiftPrivateAttr(ASTContext &Ctx, const AttributeCommonInfo &CommonInfo
);
SwiftPrivateAttr *clone(ASTContext &C) const;
void printPretty(raw_ostream &OS,
const PrintingPolicy &Policy) const;
const char *getSpelling() const;
static bool classof(const Attr *A) { return A->getKind() == attr::SwiftPrivate; }
}; https://ci-external.swift.org/view/Pull%20Request/job/swift-PR-windows/43993 I tried a different attribute here, and this is not specific to |
The |
@swift-ci please test Windows |
No description provided.